home *** CD-ROM | disk | FTP | other *** search
- on prepareFrame
- set the blend of sprite 30 to 100
- set the blend of sprite 32 to 100
- set the blend of sprite 34 to 100
- set the blend of sprite 36 to 100
- updateStage()
- end
-
- on exitFrame
- pointCursor(31)
- pointCursor(33)
- pointCursor(35)
- pointCursor(37)
- set the visible of sprite 31 to rollOver(30)
- set the visible of sprite 33 to rollOver(32)
- set the visible of sprite 35 to rollOver(34)
- set the visible of sprite 37 to rollOver(36)
- end
-
- on pointCursor spriteNum
- set the cursor of sprite spriteNum to 280
- end
-